linux: Fix IRQ disable/enable logic across save/restore.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 10 Apr 2007 17:49:20 +0000 (18:49 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 10 Apr 2007 17:49:20 +0000 (18:49 +0100)
commit38ad8d2a5cddeaa0204616d1fd7766a818b8d539
tree93fe84305ec70d3cc8d610e2202de540f279c94e
parent9853a49dd9feb3180ecfa9b9b5c3339af8f3442c
linux: Fix IRQ disable/enable logic across save/restore.
stop_machine_run() executes our callback function with interrupts
disabled.
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/machine_reboot.c